home *** CD-ROM | disk | FTP | other *** search
/ Chip 2006 July / CHIP 2006-07.2.iso / program / web_gelistirme / easyphp1-7_setup.exe / {app} / phpmyadmin / chk_rel.php < prev    next >
Encoding:
PHP Script  |  2003-09-07  |  463 b   |  27 lines

  1. <?php
  2. /* $Id: chk_rel.php,v 1.3 2002/10/23 04:17:42 robbat2 Exp $ */
  3. // vim: expandtab sw=4 ts=4 sts=4:
  4.  
  5.  
  6. /**
  7.  * Gets some core libraries
  8.  */
  9. require('./libraries/grab_globals.lib.php');
  10. require('./libraries/common.lib.php');
  11. require('./db_details_common.php');
  12. require('./libraries/relation.lib.php');
  13.  
  14.  
  15. /**
  16.  * Gets the relation settings
  17.  */
  18. $cfgRelation = PMA_getRelationsParam(TRUE);
  19.  
  20.  
  21. /**
  22.  * Displays the footer
  23.  */
  24. echo "\n";
  25. require('./footer.inc.php');
  26. ?>
  27.